Fast Imaging Solar Spectrograph

class fisspy.read.read_factory.AlignCube(fname)

Description: Read align cube.

Parameters

  • fname (str) - File name of the align cube.

Returns

  • Read align cube object

Examples


Read align cube

View

Attributes Summary


AttributesDescription
data Data array.
time Time array in the unit of second.
dt Averaged time cadence.
dx Pixel scale in the step direction.
dy Pixel scale in the slit direction.

Methods Summary


MethodsDescription
imshow(**kwargs) Show the align data and make Time-Distance map.

Methods Documentation


imshow(**kwargs)

Description: Show align data and make Time-Distance map.

Parameters

Returns

  • None

Back to home